func crypto/internal/constanttime.boolToUint8
5 uses
crypto/internal/constanttime (current package)
constant_time.go#L18: v = int(boolToUint8(v != 0))
constant_time.go#L24: return int(boolToUint8(x == y))
constant_time.go#L29: return int(boolToUint8(x == y))
constant_time.go#L35: return int(boolToUint8(x <= y))
constant_time.go#L40: func boolToUint8(b bool) uint8 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |